-- card: 4180 from stack: in.00 -- bmap block id: 5302 -- flags: 0000 -- background id: 2687 -- name: Game Over ----- HyperTalk script ----- on openCard global name1, name2, score1, score2, t1p, t1r, t2p, t2r, qtr, players put name1 into card field 1 put name2 into card field 2 put score1 into card field 3 put score2 into card field 4 put t1r into card field 5 put t1p into card field 6 put t2r into card field 7 put t2p into card field 8 if (qtr>4) and (players =1) then if (score1 > score2) and (name1 = "Macintosh") then get the value of card field 9 put it into wins put wins+1 into card field 9 end if if (score1 < score2) and (name1 = "Macintosh") then get the value of card field 10 put it into losses put losses+1 into card field 10 end if if (score1 < score2) and (name2 = "Macintosh") then get the value of card field 9 put it into wins put wins+1 into card field 9 end if if (score1 > score2) and (name2 = "Macintosh") then get the value of card field 10 put it into losses put losses+1 into card field 10 end if end if end openCard -- part 1 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=384 top=84 right=140 bottom=453 -- title width / last selected line: 0 -- icon id / first selected line: 13259 / 13259 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Game ----- HyperTalk script ----- on mouseUp go to card "New Game" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=386 top=207 right=263 bottom=455 -- title width / last selected line: 0 -- icon id / first selected line: 1011 / 1011 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go Home ----- HyperTalk script ----- on mouseUp go home end mouseUp -- part 3 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=121 top=97 right=117 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 4 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=228 top=97 right=117 bottom=312 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 5 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=130 top=124 right=144 bottom=158 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 6 (field) -- low flags: 00 -- high flags: 0004 -- rect: left=234 top=124 right=144 bottom=264 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 9 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=130 top=145 right=164 bottom=201 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 10 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=130 top=165 right=184 bottom=201 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 11 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=234 top=145 right=164 bottom=305 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 12 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=234 top=165 right=184 bottom=305 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 16 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=95 top=296 right=316 bottom=141 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 17 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=217 top=296 right=316 bottom=263 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part contents for card part 16 ----- text ----- 20 -- part contents for card part 17 ----- text ----- 23 -- part contents for card part 5 ----- text ----- 3 -- part contents for card part 6 ----- text ----- 14 -- part contents for card part 9 ----- text ----- 11 -- part contents for card part 10 ----- text ----- 41 -- part contents for card part 11 ----- text ----- 0 -- part contents for card part 12 ----- text ----- 96 -- part contents for card part 3 ----- text ----- Macintosh -- part contents for card part 4 ----- text ----- Don